type net/http.http2writePing

4 uses

	net/http (current package)
		h2_bundle.go#L5074: 		write: &http2writePing{data: sc.sentPingData},
		h2_bundle.go#L10874: type http2writePing struct {
		h2_bundle.go#L10878: func (w http2writePing) writeFrame(ctx http2writeContext) error {
		h2_bundle.go#L10882: func (w http2writePing) staysWithinBuffer(max int) bool {